composer.lock

{
    "_readme": [
        "This file locks the dependencies of your project to a known state",
        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
        "This file is @generated automatically"
    ],
    "content-hash": "ced7507e45792f3e9f9d06db75390262",
    "packages": [
        {
            "name": "league/commonmark",
            "version": "1.5.1",
            "source": {
                "type": "git",
                "url": "https://github.com/thephpleague/commonmark.git",
                "reference": "6d74caf6abeed5fd85d6ec20da23d7269cd0b46f"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/thephpleague/commonmark/zipball/6d74caf6abeed5fd85d6ec20da23d7269cd0b46f",
                "reference": "6d74caf6abeed5fd85d6ec20da23d7269cd0b46f",
                "shasum": ""
            },
            "require": {
                "ext-mbstring": "*",
                "php": "^7.1 || ^8.0"
            },
            "conflict": {
                "scrutinizer/ocular": "1.7.*"
            },
            "require-dev": {
                "cebe/markdown": "~1.0",
                "commonmark/commonmark.js": "0.29.1",
                "erusev/parsedown": "~1.0",
                "ext-json": "*",
                "github/gfm": "0.29.0",
                "michelf/php-markdown": "~1.4",
                "mikehaertl/php-shellcommand": "^1.4",
                "phpstan/phpstan": "^0.12",
                "phpunit/phpunit": "^7.5",
                "scrutinizer/ocular": "^1.5",
                "symfony/finder": "^4.2"
            },
            "bin": [
                "bin/commonmark"
            ],
            "type": "library",
            "autoload": {
                "psr-4": {
                    "League\\CommonMark\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Colin O'Dell",
                    "email": "colinodell@gmail.com",
                    "homepage": "https://www.colinodell.com",
                    "role": "Lead Developer"
                }
            ],
            "description": "Highly-extensible PHP Markdown parser which fully supports the CommonMark spec and Github-Flavored Markdown (GFM)",
            "homepage": "https://commonmark.thephpleague.com",
            "keywords": [
                "commonmark",
                "flavored",
                "gfm",
                "github",
                "github-flavored",
                "markdown",
                "md",
                "parser"
            ],
            "funding": [
                {
                    "url": "https://enjoy.gitstore.app/repositories/thephpleague/commonmark",
                    "type": "custom"
                },
                {
                    "url": "https://www.colinodell.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://www.paypal.me/colinpodell/10.00",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/colinodell",
                    "type": "github"
                },
                {
                    "url": "https://www.patreon.com/colinodell",
                    "type": "patreon"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/league/commonmark",
                    "type": "tidelift"
                }
            ],
            "time": "2020-06-27T12:50:08+00:00"
        },
        {
            "name": "taeluf/liaison",
            "version": "dev-valpha",
            "source": {
                "type": "git",
                "url": "https://gitlab.com/taeluf/Liaison.git",
                "reference": "1c3e59e60cefa764fdd81e9bd657787c743fd968"
            },
            "dist": {
                "type": "zip",
                "url": "https://gitlab.com/api/v4/projects/taeluf%2FLiaison/repository/archive.zip?sha=1c3e59e60cefa764fdd81e9bd657787c743fd968",
                "reference": "1c3e59e60cefa764fdd81e9bd657787c743fd968",
                "shasum": ""
            },
            "require-dev": {
                "taeluf/tester": "dev-version_1"
            },
            "type": "library",
            "autoload": {
                "classmap": [
                    "code/class",
                    "code/core"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "Liaison, for building web apps",
            "time": "2020-10-16T17:47:02+00:00"
        }
    ],
    "packages-dev": [],
    "aliases": [],
    "minimum-stability": "dev",
    "stability-flags": {
        "taeluf/liaison": 20
    },
    "prefer-stable": false,
    "prefer-lowest": false,
    "platform": [],
    "platform-dev": [],
    "plugin-api-version": "1.1.0"
}